home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("Install").foreColor = 70
- put "Click to install this software title to your hard drive" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- member("Install").foreColor = 255
- put EMPTY into member "InfoField"
- end
-
- on mouseUp
- if the platform contains "Windows" then
- open(the moviePath & "PCSoftware\Netscape Communicator 4.76\ncoms32.exe")
- else
- if the platform contains "Macintosh" then
- open(the moviePath & "MacSoftware:Communicator‚Ñ¢ 4.76 Complete:Netscape Installer:Installer")
- end if
- end if
- end
-